home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
Libraries
/
SAT 2.3b4
/
Demo ƒ
/
HeartQuest demo ƒ
/
ClutFade.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-11-29
|
166 b
|
9 lines
|
[
TEXT/MPPS
]
{Interface to the ClutFade library}
unit ClutFade;
interface
procedure FadeScreen (fadeTime: Integer; fadeOutFlag: Boolean; fadeTo: RGBColor);
implementation
end.